Class symantec.itools.db.beans.brl.adapter.editors.ValidColumnsImplPanel
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.brl.adapter.editors.ValidColumnsImplPanel
Object
|
+----Component
|
+----Container
|
+----JComponent
|
+----JPanel
|
+----symantec.itools.db.beans.brl.adapter.editors.ValidColumnsImplPanel
- public class ValidColumnsImplPanel
- extends JPanel
Class which implements the column editor for validation
- Version:
- 1.0 08/04/98
- Author:
- Puru Balakrishnan
-
actLis
-
-
arrowLabel1
-
-
arrowLabel2
-
-
compOperList
-
-
compValueLabel
-
-
constantRadioBtn
-
-
gbcLayout
-
-
group
-
-
instrTextArea
-
-
itemLis
-
-
lhsBrowseButton
-
-
lhsDataSourceNameComboBox
-
-
lhsDataSourceNameLabel
-
-
lhsDataSourceTypeComboBox
-
-
lhsDataSourceTypeLabel
-
-
lhsDataTypeField
-
-
lhsDataTypeLabel
-
-
lhsInputComboBox
-
-
lhsInputLabel
-
-
listScrollPane
-
-
mustBeLabel
-
-
objFinder
-
-
refColPanel
-
-
rhsBrowseButton
-
-
rhsConstantComboBox
-
-
rhsDataSourceNameComboBox
-
-
rhsDataSourceNameLabel
-
-
rhsDataSourceTypeComboBox
-
-
rhsDataSourceTypeLabel
-
-
rhsDataTypeField
-
-
rhsDataTypeLabel
-
-
rhsRefComboBox
-
-
rhsReferenceLabel
-
-
sourceColPanel
-
-
thisValLabel
-
-
variableRadioBtn
-
-
symantec.itools.db.beans.brl.adapter.editors.ValidColumnsImplPanel()
- Default constructor
-
symantec.itools.db.beans.brl.adapter.editors.ValidColumnsImplPanel(ObjectFinder)
- Constructor
-
getComparisionOpers()
- Get comparision operators from columns Page
-
getInputBindName(int, int)
-
-
getInstructionText()
-
-
getSourceColumns()
- Get source columns
-
getTargetColumns()
- Get target columns
-
initControls()
-
-
main(String[])
-
-
processCompOperators(int)
- process the Comparision operator selection
-
setVisualObject(VisualObject)
- Method to set current visual object
-
showDataSourceTypeSelection(int, JComboBox)
-
-
showInputColInfo(CompColInputMember)
- Method to show selected input col name
-
showOperator(OperatorMember)
- Method to show selected operator
-
showTargetColInfo(CompColInputMember)
- Method to show target column
actLis
protected java.awt.event.ActionListener actLis
arrowLabel1
protected com.sun.java.swing.JLabel arrowLabel1
arrowLabel2
protected com.sun.java.swing.JLabel arrowLabel2
compOperList
protected com.sun.java.swing.JList compOperList
compValueLabel
protected com.sun.java.swing.JLabel compValueLabel
constantRadioBtn
protected com.sun.java.swing.JRadioButton constantRadioBtn
gbcLayout
protected java.awt.GridBagLayout gbcLayout
group
protected com.sun.java.swing.ButtonGroup group
instrTextArea
protected com.sun.java.swing.JTextArea instrTextArea
itemLis
protected java.awt.event.ItemListener itemLis
lhsBrowseButton
protected com.sun.java.swing.JButton lhsBrowseButton
lhsDataSourceNameComboBox
protected com.sun.java.swing.JComboBox lhsDataSourceNameComboBox
lhsDataSourceNameLabel
protected com.sun.java.swing.JLabel lhsDataSourceNameLabel
lhsDataSourceTypeComboBox
protected com.sun.java.swing.JComboBox lhsDataSourceTypeComboBox
lhsDataSourceTypeLabel
protected com.sun.java.swing.JLabel lhsDataSourceTypeLabel
lhsDataTypeField
protected com.sun.java.swing.JTextField lhsDataTypeField
lhsDataTypeLabel
protected com.sun.java.swing.JLabel lhsDataTypeLabel
lhsInputComboBox
protected com.sun.java.swing.JComboBox lhsInputComboBox
lhsInputLabel
protected com.sun.java.swing.JLabel lhsInputLabel
listScrollPane
protected com.sun.java.swing.JScrollPane listScrollPane
mustBeLabel
protected com.sun.java.swing.JLabel mustBeLabel
objFinder
protected symantec.itools.db.beans.util.ObjectFinder objFinder
refColPanel
protected com.sun.java.swing.JPanel refColPanel
rhsBrowseButton
protected com.sun.java.swing.JButton rhsBrowseButton
rhsConstantComboBox
protected com.sun.java.swing.JComboBox rhsConstantComboBox
rhsDataSourceNameComboBox
protected com.sun.java.swing.JComboBox rhsDataSourceNameComboBox
rhsDataSourceNameLabel
protected com.sun.java.swing.JLabel rhsDataSourceNameLabel
rhsDataSourceTypeComboBox
protected com.sun.java.swing.JComboBox rhsDataSourceTypeComboBox
rhsDataSourceTypeLabel
protected com.sun.java.swing.JLabel rhsDataSourceTypeLabel
rhsDataTypeField
protected com.sun.java.swing.JTextField rhsDataTypeField
rhsDataTypeLabel
protected com.sun.java.swing.JLabel rhsDataTypeLabel
rhsRefComboBox
protected com.sun.java.swing.JComboBox rhsRefComboBox
rhsReferenceLabel
protected com.sun.java.swing.JLabel rhsReferenceLabel
sourceColPanel
protected com.sun.java.swing.JPanel sourceColPanel
thisValLabel
protected com.sun.java.swing.JLabel thisValLabel
variableRadioBtn
protected com.sun.java.swing.JRadioButton variableRadioBtn
ValidColumnsImplPanel
public ValidColumnsImplPanel()
- Default constructor
ValidColumnsImplPanel
public ValidColumnsImplPanel(ObjectFinder finder)
- Constructor
getComparisionOpers
public symantec.itools.db.beans.brl.OperatorMember[] getComparisionOpers()
- Get comparision operators from columns Page
- Returns:
- array of OperatorMember
getInputBindName
protected java.lang.String getInputBindName(int side,
int dataSrcType)
getInstructionText
protected java.lang.String getInstructionText()
getSourceColumns
public symantec.itools.db.beans.brl.CompColInputMember[] getSourceColumns()
- Get source columns
- Returns:
- array of CompColInputMember
getTargetColumns
public symantec.itools.db.beans.brl.CompColInputMember[] getTargetColumns()
- Get target columns
- Returns:
- array of CompColInputMember
initControls
protected void initControls()
main
public static void main(String[] args)
processCompOperators
public void processCompOperators(int type)
- process the Comparision operator selection
- Parameters:
- type - the value to be processed
setVisualObject
public void setVisualObject(VisualObject vObj)
- Method to set current visual object
- Parameters:
- vObj - the new VisualObject
showDataSourceTypeSelection
public static void showDataSourceTypeSelection(int type,
JComboBox combo)
showInputColInfo
public void showInputColInfo(CompColInputMember inputCol)
- Method to show selected input col name
- Parameters:
- inputCol - the CompColInputMember to be shown
showOperator
public void showOperator(OperatorMember oper)
- Method to show selected operator
- Parameters:
- oper - the OperatorMember to be shown
showTargetColInfo
public void showTargetColInfo(CompColInputMember targetCol)
- Method to show target column
- Parameters:
- targetCol - the CompColInputMember to be shown
All Packages Class Hierarchy This Package Previous Next Index